home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / EmacsTeX / Emacs-3.0.1 / Source / etermSupport.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-12  |  277 b   |  10 lines

  1. /* Prototypes for etermSupport.c
  2.  
  3.    For legal stuff see the file COPYRIGHT.  */
  4.  
  5. char **patch_env (char **, int);
  6. int create_server_socket (int *);
  7. int accept_server_connection (int);
  8. void create_channel (int *, int *, int *);
  9. void fork_shell (char *, char **, char **, int);
  10.